#masonry ul li a span img {
    width: 100%;
    height: auto;
    display: block;
}

#gallery01 {
    opacity: 0;
    transition: all 0.5s ease;
}

.show-me {
    transform: translateY(-0.6375rem);
    opacity: 1 !important;
}

#buttons01 li a {
    cursor: default;
}


/* total width */
body::-webkit-scrollbar {
    background-color: #000000;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
    background-color: #000000;
}

/* scrollbar itself */
body::-webkit-scrollbar-thumb {
    background-color: #1a1a1a;
    border-radius: 16px;
    border: 4px solid #000000;
}

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
    display:none;
}

html {
    scroll-behavior: smooth;
}
